func net/http/pprof.sleep

3 uses

	net/http/pprof (current package)
		pprof.go#L117: func sleep(r *http.Request, d time.Duration) {
		pprof.go#L164: 	sleep(r, time.Duration(sec)*time.Second)
		pprof.go#L190: 	sleep(r, time.Duration(sec*float64(time.Second)))